arm: fix build with gcc 4.7.x
authorJan Beulich <jbeulich@suse.com>
Mon, 25 Jun 2012 11:41:32 +0000 (13:41 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 25 Jun 2012 11:41:32 +0000 (13:41 +0200)
commit45ea841437afdf244b5b8154ceb0cf03e09cd6e1
tree207d15e199cbae7220fa475019bd0b487b9ee98f
parentb1719daed04ad9611dec60a3c42557659870c386
arm: fix build with gcc 4.7.x

As was already pointed out months ago (see
http://lists.xen.org/archives/html/xen-devel/2012-02/msg00826.html),
gcc 4.7.x (imo validly) refuses to take both -mcpu=cortex-a15 and
-march=armv7-a due to conflicting feature sets causing amibiguity in
instruction selection. Since the former implies the latter, just use
the former (and drop the -march=).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Rules.mk